projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f5e48
)
GtkRadioButton: Use "radio" style class instead of "check"
author
Carlos Garcia Campos
<cgarcia@igalia.com>
Mon, 3 Jan 2011 12:09:00 +0000
(13:09 +0100)
committer
Carlos Garcia Campos
<carlosgc@gnome.org>
Mon, 3 Jan 2011 12:09:00 +0000
(13:09 +0100)
gtk/gtkradiobutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkradiobutton.c
b/gtk/gtkradiobutton.c
index 424d8505f48d21352e17e70dcd4d3ebf2d9e4b39..4044b3ed1dd9b48215a54649cbd6601314f05175 100644
(file)
--- a/
gtk/gtkradiobutton.c
+++ b/
gtk/gtkradiobutton.c
@@
-952,7
+952,7
@@
gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
allocation.width - (2 * border_width),
allocation.height - (2 * border_width));
- gtk_style_context_add_class (context, GTK_STYLE_CLASS_
CHECK
);
+ gtk_style_context_add_class (context, GTK_STYLE_CLASS_
RADIO
);
gtk_render_option (context, cr,
x, y, indicator_size, indicator_size);